QuickOPC User's Guide and Reference
UANamedNodeDescriptor Constructor(UANodeDescriptor,IReadOnlyList<String>,String,UANodeDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodeDescriptor Class > UANamedNodeDescriptor Constructor : UANamedNodeDescriptor Constructor(UANodeDescriptor,IReadOnlyList<String>,String,UANodeDescriptor)
Descriptor of the base node of the named node path.
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
The name of the final node.
The final node descriptor.
Initializes a new instance, with a named node path given by its base node and path elements, a (final) node name, and final node descriptor.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseNodeDescriptor As UANodeDescriptor, _
   ByVal basePathElements As IReadOnlyList(Of String), _
   ByVal nodeName As String, _
   ByVal finalNodeDescriptor As UANodeDescriptor _
)
'Usage
 
Dim baseNodeDescriptor As UANodeDescriptor
Dim basePathElements As IReadOnlyList(Of String)
Dim nodeName As String
Dim finalNodeDescriptor As UANodeDescriptor
 
Dim instance As New UANamedNodeDescriptor(baseNodeDescriptor, basePathElements, nodeName, finalNodeDescriptor)

Parameters

baseNodeDescriptor
Descriptor of the base node of the named node path.
basePathElements
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
nodeName
The name of the final node.
finalNodeDescriptor
The final node descriptor.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also